GtkStack: improve docs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 25 Apr 2013 02:07:09 +0000 (22:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 25 Apr 2013 02:07:09 +0000 (22:07 -0400)
gtk/gtkstack.c

index 03aae33227b1961043ca15c4a1b9fd882347ef1a..3d65265802297ecb59dc9c66db4b09fa68660a6a 100644 (file)
@@ -36,9 +36,9 @@
  *
  * The GtkStack widget is a container which only shows
  * one of its children at a time. In contrast to GtkNotebook,
- * GtkStack does not provide a visible means for users
- * to change the visible child. Instead, the #GtkStackSwitcher
- * widget can be used with GtkStack to provide this functionality.
+ * GtkStack does not provide a means for users to change the
+ * visible child. Instead, the #GtkStackSwitcher widget can be
+ * used with GtkStack to provide this functionality.
  *
  * Transitions between pages can be animated as slides or
  * fades. This can be controlled with gtk_stack_set_transition_type().